home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3833 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  634 b 

  1. Path: cutter.ship.edu!cz3040
  2. From: cz3040@cutter.ship.edu (Let's Go Steelers!)
  3. Newsgroups: comp.lang.c++
  4. Subject: String Formating
  5. Date: 26 Jan 1996 05:10:01 GMT
  6. Organization: East Stroudsburg University, Pennsylvania
  7. Message-ID: <4e9nn9$bfp@jake.esu.edu>
  8. NNTP-Posting-Host: cutter.ship.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Does anybody out there know how to format stings on a printer?
  12.  
  13. Right now I have this:
  14.  
  15.   PrintFile << Name 
  16.             << SSN
  17.             << Major
  18.             << GPA
  19.             << State
  20.             << endl;
  21.  
  22. All of these are character strings.
  23.  
  24. Please e-mail me
  25.  
  26. Thanks,
  27.  
  28.  
  29. Craig
  30. cz3040@cutter.ship.edu
  31.  
  32.